From 82d8c108d1ac003d57ae1ab6b8df9269f1f85ac0 Mon Sep 17 00:00:00 2001 From: "kaf24@scramble.cl.cam.ac.uk" Date: Wed, 17 Nov 2004 22:15:28 +0000 Subject: [PATCH] bitkeeper revision 1.1159.176.2 (419bcd80h-r7PbubJr0FE4gcCaXwRQ) Add support for standalone make -f buildconfigs/mk... back. --- buildconfigs/Rules.mk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/buildconfigs/Rules.mk b/buildconfigs/Rules.mk index 3fbef08e19..90f90d2aee 100644 --- a/buildconfigs/Rules.mk +++ b/buildconfigs/Rules.mk @@ -1,4 +1,9 @@ +# We expect these two to already be set if people +# are using the top-level Makefile +DIST_DIR ?= $(shell pwd)/dist +INSTALL_DIR ?= $(DIST_DIR)/install + .PHONY: mkpatches mrproper # Setup pristine search path -- 2.30.2